[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            setAutoPark - set parking delay for AUTOPARK.COM

  Syntax              void setAutoPark(unsigned long count);

  Prototype in        doshk.h

  Remarks             sets the parking delay for AUTOPARK.COM (resident
                      hard disk parker by Alan D. Jones) as follows:

                           count * 55ms timer ticks

  Return value        nothing.

  Example             #include <doshk.h>

                      main()
                      {
                           if (isAutoPark())
                                setAutoPark(1000lu);
                           /* set delay to 55s (1000 * 0.055s = 55s) */
                      }


See Also: isAutoPark()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson